* Do not call this function; it is used to share private API between
* the OSTree commandline and the library.
*/
-OstreeCmdPrivateVTable *
+const OstreeCmdPrivateVTable *
ostree_cmd__private__ (void)
{
static OstreeCmdPrivateVTable table = {
gboolean (* ostree_generate_grub2_config) (OstreeSysroot *sysroot, int bootversion, int target_fd, GCancellable *cancellable, GError **error);
} OstreeCmdPrivateVTable;
-OstreeCmdPrivateVTable *
+const OstreeCmdPrivateVTable *
ostree_cmd__private__ (void);
G_END_DECLS